[XM] Tools support for extensions of the Xen-API for managing security policies
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 11 Jul 2007 09:49:43 +0000 (10:49 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 11 Jul 2007 09:49:43 +0000 (10:49 +0100)
commitd7839765dc724623b6c5d23a1416599ab1c2c7c7
treedd84dc080ae7822b5a9e6f0fbeac688c54d50d91
parentfd0ba51b6e64c22177517966ddaedb1f2a179075
[XM] Tools support for extensions of the Xen-API for managing security policies

This patch adds a couple of new commands for using the Xen-API
extensions for security policies. Older tools are converted to support
going through the Xen-API for their operations rather than doing the
operations directly in their own code.

Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
15 files changed:
tools/python/xen/xm/activatepolicy.py [new file with mode: 0644]
tools/python/xen/xm/addlabel.py
tools/python/xen/xm/cfgbootpolicy.py
tools/python/xen/xm/create.dtd
tools/python/xen/xm/create.py
tools/python/xen/xm/getlabel.py
tools/python/xen/xm/getpolicy.py [new file with mode: 0644]
tools/python/xen/xm/labels.py
tools/python/xen/xm/loadpolicy.py
tools/python/xen/xm/main.py
tools/python/xen/xm/makepolicy.py
tools/python/xen/xm/resources.py
tools/python/xen/xm/rmlabel.py
tools/python/xen/xm/setpolicy.py [new file with mode: 0644]
tools/python/xen/xm/xenapi_create.py